Separate read and write access to Lisp_Object slots of Lisp_Process.
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 6 Aug 2012 11:16:07 +0000 (15:16 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 6 Aug 2012 11:16:07 +0000 (15:16 +0400)
commit78c7d5e74481131b24c9b3a5c8bd8765f74f580b
tree9e53c11dbe53cc0cbc362f2e063f13d1b131047f
parent44a7da4b6e0f36842cf6714473516b732aa1ac78
Separate read and write access to Lisp_Object slots of Lisp_Process.
* process.h (PGET, PSET): New macros similar to AREF and ASET.
* gnutls.c, print.c, process.c, sysdep.c, w32.c, xdisp.c: Adjust users.
src/ChangeLog
src/gnutls.c
src/print.c
src/process.c
src/process.h
src/sysdep.c
src/w32.c
src/xdisp.c